Call details
The call details resource holds one record per call: who called whom, when it started and ended, how it terminated, and how quickly the bot and the speech services responded. These are the records the portal shows on the Call history screen. See Call history and logs.
| Endpoint | Use it to |
|---|---|
GET /api/v1/calls
|
list the call details of every call in the account |
GET /api/v1/calls/{callId}
|
fetch the call details of one call |
DELETE /api/v1/calls/{callId}
|
delete the call details of one call |
Call detail fields describes every field these endpoints return.